home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 35 / PC Gamer IT CD 35 2-2.iso / utility / prokal63 / Setup.exe / 0 / RCDATA / TCOPYDLG / TCOPYDLG.txt
Text File  |  1998-08-31  |  2KB  |  86 lines

  1. object CopyDlg: TCopyDlg
  2.   Left = 281
  3.   Top = 293
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Installing ProKalc. . .'
  7.   ClientHeight = 163
  8.   ClientWidth = 479
  9.   Color = clGray
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Position = poScreenCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 16
  21.     Top = 20
  22.     Width = 445
  23.     Height = 16
  24.     AutoSize = False
  25.     Caption = 'Copying file :'
  26.     Color = clBlack
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clWhite
  29.     Font.Height = -13
  30.     Font.Name = 'System'
  31.     Font.Style = []
  32.     ParentColor = False
  33.     ParentFont = False
  34.   end
  35.   object Gauge1: TGauge
  36.     Left = 16
  37.     Top = 106
  38.     Width = 445
  39.     Height = 33
  40.     Color = clBlack
  41.     ForeColor = clNavy
  42.     ParentColor = False
  43.     Progress = 0
  44.   end
  45.   object Bevel1: TBevel
  46.     Left = 14
  47.     Top = 104
  48.     Width = 447
  49.     Height = 35
  50.     Shape = bsFrame
  51.   end
  52.   object Label2: TLabel
  53.     Left = 16
  54.     Top = 82
  55.     Width = 445
  56.     Height = 16
  57.     AutoSize = False
  58.     Caption = 'Total copied :'
  59.     Color = clBlack
  60.     Font.Charset = DEFAULT_CHARSET
  61.     Font.Color = clWhite
  62.     Font.Height = -13
  63.     Font.Name = 'System'
  64.     Font.Style = [fsBold]
  65.     ParentColor = False
  66.     ParentFont = False
  67.   end
  68.   object Gauge2: TGauge
  69.     Left = 14
  70.     Top = 44
  71.     Width = 447
  72.     Height = 23
  73.     Color = clBlack
  74.     ForeColor = clLime
  75.     ParentColor = False
  76.     Progress = 0
  77.   end
  78.   object Bevel2: TBevel
  79.     Left = 12
  80.     Top = 42
  81.     Width = 449
  82.     Height = 25
  83.     Shape = bsFrame
  84.   end
  85. end
  86.